(function(t){var e,n,s=Math.round,r={},i="undefined"!=typeof module&&module.exports,a=/^\/?Date\((\-?\d+)/i,o=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,u=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,h=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|X|zz?|ZZ?|.)/g,d=/(\[[^\[]*\])|(\\)?(LT|LL?L?L?|l{1,4})/g,c=/\d\d?/,f=/\d{1,3}/,l=/\d{3}/,_=/\d{1,4}/,m=/[+\-]?\d{1,6}/,y=/\d+/,p=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,g=/Z|[\+\-]\d\d:?\d\d/i,w=/T/i,M=/[\+\-]?\d+(\.\d{1,3})?/,D=/^\s*\d{4}-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d:?\d\d|Z)?)?$/,Y=["YYYY-MM-DD","GGGG-[W]WW","GGGG-[W]WW-E","YYYY-DDD"],k=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d{1,3}/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],v=/([\+\-]|\d\d)/gi,S="Date|Hours|Minutes|Seconds|Milliseconds".split("|"),b={Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6},T={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},O={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},G={},W="DDD w W M D d".split(" "),F="M D H h m s w W".split(" "),C={M:function(){return this.month()+1},MMM:function(t){return this.lang().monthsShort(this,t)},MMMM:function(t){return this.lang().months(this,t)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(t){return this.lang().weekdaysMin(this,t)},ddd:function(t){return this.lang().weekdaysShort(this,t)},dddd:function(t){return this.lang().weekdays(this,t)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return Z(this.year()%100,2)},YYYY:function(){return Z(this.year(),4)},YYYYY:function(){return Z(this.year(),5)},gg:function(){return Z(this.weekYear()%100,2)},gggg:function(){return this.weekYear()},ggggg:function(){return Z(this.weekYear(),5)},GG:function(){return Z(this.isoWeekYear()%100,2)},GGGG:function(){return this.isoWeekYear()},GGGGG:function(){return Z(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return X(this.milliseconds()/100)},SS:function(){return Z(X(this.milliseconds()/10),2)},SSS:function(){return Z(this.milliseconds(),3)},SSSS:function(){return Z(this.milliseconds(),3)},Z:function(){var t=-this.zone(),e="+";return t<0&&(t=-t,e="-"),e+Z(X(t/60),2)+":"+Z(X(t)%60,2)},ZZ:function(){var t=-this.zone(),e="+";return t<0&&(t=-t,e="-"),e+Z(X(10*t/6),4)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()}},z=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];function L(t,e){return function(n){return Z(t.call(this,n),e)}}function U(t,e){return function(n){return this.lang().ordinal(t.call(this,n),e)}}for(;W.length;)n=W.pop(),C[n+"o"]=U(C[n],n);for(;F.length;)n=F.pop(),C[n+n]=L(C[n],2);function P(){}function H(t){K(t),I(this,t)}function x(t){var e=J(t),n=e.year||0,s=e.month||0,r=e.week||0,i=e.day||0,a=e.hour||0,o=e.minute||0,u=e.second||0,h=e.millisecond||0;this._input=t,this._milliseconds=+h+1e3*u+6e4*o+36e5*a,this._days=+i+7*r,this._months=+s+12*n,this._data={},this._bubble()}function I(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return e.hasOwnProperty("toString")&&(t.toString=e.toString),e.hasOwnProperty("valueOf")&&(t.valueOf=e.valueOf),t}function A(t){return t<0?Math.ceil(t):Math.floor(t)}function Z(t,e){for(var n=t+"";n.lengthR(t._a[0],t._a[1])?2:t._a[3]<0||23=s&&$(u,o,!0)>=s-1)break;s--}h++}return e.fn._lang}function st(t,e){return t.isValid()?(e=rt(e,t.lang()),G[e]||(G[e]=function(t){var e,n,s,r=t.match(h);for(e=0,n=r.length;eq(i)&&(t._pf._overflowDayOfYear=!0),s=dt(i,0,t._dayOfYear),t._a[1]=s.getUTCMonth(),t._a[2]=s.getUTCDate()),n=0;n<3&&null==t._a[n];++n)t._a[n]=f[n]=r[n];for(;n<7;n++)t._a[n]=f[n]=null==t._a[n]?2===n?1:0:t._a[n];f[3]+=X((t._tzm||0)/60),f[4]+=X((t._tzm||0)%60),t._d=(t._useUTC?dt:function(t,e,n,s,r,i,a){var o=new Date(t,e,n,s,r,i,a);return t<1970&&o.setFullYear(t),o}).apply(null,f)}}function ht(t){t._a=[],t._pf.empty=!0;var e,n,s,r,i,a=nt(t._l),o=""+t._i,u=o.length,d=0;for(s=rt(t._f,a).match(h)||[],e=0;e+e(t).startOf(n)},isBefore:function(t,n){return n=void 0!==n?n:"millisecond",+this.clone().startOf(n)<+e(t).startOf(n)},isSame:function(t,n){return n=void 0!==n?n:"millisecond",+this.clone().startOf(n)==+e(t).startOf(n)},min:function(t){return(t=e.apply(null,arguments))